Richard M. Stallman [Mon, 18 Jan 1999 00:25:23 +0000 (00:25 +0000)]
(shell-command-on-region-default-error-buffer): New var.
(shell-command-on-region): Use that variable as interactive
value of ERROR-BUFFER argument.
Andrew Innes [Sun, 17 Jan 1999 19:24:42 +0000 (19:24 +0000)]
(w32_executable_type): Relax the check to identify
cygwin-compiled applications, because the exact dll name varies
with release. Now only require the name to start "cygwin".
Andrew Innes [Sun, 17 Jan 1999 19:23:52 +0000 (19:23 +0000)]
(ROUND_UP):
(ROUND_DOWN): New macros.
(need_to_recreate_heap): Renamed to using_dynamic_heap.
(init_heap): New extern.
(data_region_size):
(recreate_heap):
(read_in_bss):
(map_in_heap):
(round_to_next):
(w32_fatal_reload_error):
(get_section_size): Obsolete externs removed.
Andrew Innes [Sun, 17 Jan 1999 19:22:55 +0000 (19:22 +0000)]
(RVA_TO_PTR): Redefine to convert RVA to address in
current process.
(round_to_next): Obsolete function removed.
(preload_heap_section): New variable.
(data_region_size): Obsolete variable removed.
(allocate_heap): Modified to determine end of static heap section
used during preload, and use that as initial base address for
dynamic heap instead of hard-coded value.
(sbrk): Remove call to allocate_heap; handled by init_heap. Skip
calls to commit or decommit pages when allocating from static heap
section during preload.
(recreate_heap): Obsolete function removed.
(init_heap): New function to initialize internal sbrk heap
variables. Uses static heap section during preload, otherwise
calls allocate_heap to reserve a heap region dynamically.
(round_heap): Use ROUND_UP macro instead of round_to_next.
Andrew Innes [Sun, 17 Jan 1999 19:21:24 +0000 (19:21 +0000)]
Major rewrite to support cleaner method of dumping; a
static "bss" section is used for heap space during preload, and
bss data is now written to the proper section area when dumping.
(need_to_recreate_heap): Renamed to using_dynamic_heap.
(heap_index_in_executable): Obsolete variable removed.
(data_section): New variable.
(data_start_va): Renamed to data_start.
(data_start_file): Obsolete variable removed.
(bss_section):
(extra_bss_size):
(bss_section_static):
(bss_start_static):
(bss_size_static):
(extra_bss_size_static):
(heap_section): New variables.
(_start): Remove code based on old unexec method. Call init_heap
to initialize sbrk heap.
(close_file_data): Update size of file when closing, so that
unexec doesn't have to work out exact size in advance.
(get_bss_info_from_map_file):
(get_section_size): Obsolete functions removed.
(rva_to_section): Fix minor bug, and add a work-around for a bug
in very old linkers.
(offset_to_section):
(relocate_offset): New functions.
(OFFSET_TO_RVA):
(RVA_TO_OFFSET):
(RVA_TO_SECTION_OFFSET):
(PTR_TO_RVA):
(PTR_TO_OFFSET):
(OFFSET_TO_PTR): New macros.
(get_section_info): Modify to support new unexec method;
determines address ranges in process that need dumping, and COFF
sections where data will be dumped. Allows for static and global
bss data to be in separate ranges. No longer relies on knowledge
of section names.
(copy_executable_and_dump_data_section): Renamed
copy_executable_and_dump_data. Completely rewritten to copy
executable section by section, so that raw data areas can be
expanded to hold dumped data as necessary. Allows for bss data to
be in same section as initialized data. Reduces size of static
heap section to that used during preload.
(dump_bss_and_heap):
(w32_fatal_reload_error):
(read_in_bss):
(map_in_heap): Obsolete functions removed.
(unexec): Rounds off preload heap to nearest page rather than
virtual allocation unit. Modified to match other changes.
Andrew Innes [Sun, 17 Jan 1999 19:18:38 +0000 (19:18 +0000)]
(get_lim_data): Use reserved_heap_size instead of
data_region_size.
Andrew Innes [Sun, 17 Jan 1999 19:17:43 +0000 (19:17 +0000)]
(TEMACS_TMP): New macro.
($(TEMACS)): Output to TEMACS_TMP from link, use post-link
processor to add static heap section in support of new unexec.
Andrew Innes [Sun, 17 Jan 1999 19:16:08 +0000 (19:16 +0000)]
Include config.h to pick up data layout pragmas.
[WINDOWSNT]: Remove explicit pragma.
Andrew Innes [Sun, 17 Jan 1999 19:12:04 +0000 (19:12 +0000)]
(ALL): List top-level targets.
(addsection): New top-level target.
(install): Copy fns-*.el to bin directory.
Andrew Innes [Sun, 17 Jan 1999 19:10:06 +0000 (19:10 +0000)]
Initial revision
Andrew Innes [Sun, 17 Jan 1999 19:08:32 +0000 (19:08 +0000)]
(MS-DOS Printing): Rewrite section.
Andrew Innes [Sun, 17 Jan 1999 19:06:41 +0000 (19:06 +0000)]
Initial revision
Andrew Innes [Sun, 17 Jan 1999 19:06:27 +0000 (19:06 +0000)]
(Top): Include Windows 98 in the MS-DOS section.
Andrew Innes [Sun, 17 Jan 1999 19:04:54 +0000 (19:04 +0000)]
Initial revision
Andrew Innes [Sun, 17 Jan 1999 19:00:24 +0000 (19:00 +0000)]
(find-buffer-file-type-coding-system): Use
default-buffer-file-coding-system when file doesn't exist (and isn't
covered by a special case) instead of forcing undecided-dos against
the user's wishes.
(direct-print-region-helper): New function based on
direct-print-region-function; sends data to specified printer port
without further translation. Recognize and handle specially the
standard `print' and `nprint' programs, as well as `lpr' and
similar programs. Only write directly to the printer port if no
print program is specified. Work around a bug in Windows 9x
affecting Win32 version of Emacs by invoking command.com to write
to the printer port instead of writing directly.
(direct-print-region-function): Use direct-print-region-helper to
do most of the work.
(direct-ps-print-region-function): New function; analogue of
direct-print-region-function for ps-print.
(ps-lpr-command): Comment out setq; leave as example usage.
(ps-lpr-switches): Ditto.
Andrew Innes [Sun, 17 Jan 1999 18:58:43 +0000 (18:58 +0000)]
(printer-name): Update docstring about usage on MS-DOS
and MS-Windows.
(lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
DOS and Windows platforms, to indicate direct printing. Update
the docstring accordingly.
Andrew Innes [Sun, 17 Jan 1999 18:57:20 +0000 (18:57 +0000)]
(ps-printer-name): Update docstring about usage on
MS-DOS and MS-Windows.
(ps-lpr-command): Update docstring as for lpr-command.
(ps-print-region-function): New variable.
(ps-do-despool): Use it.
(ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
DOS/Windows.
Andrew Innes [Sun, 17 Jan 1999 18:55:53 +0000 (18:55 +0000)]
(subst-char-in-string): New function.
Eli Zaretskii [Sun, 17 Jan 1999 16:51:51 +0000 (16:51 +0000)]
(cp852-decode-table): Fill a nil entry.
Eli Zaretskii [Sun, 17 Jan 1999 16:34:00 +0000 (16:34 +0000)]
(bdf-cache-file): Use convert-standard-filename.
(bdf-find-font-info): New function, looks for the first readable
file from a list of alternatives.
(bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
instead of bdf-get-font-info.
(bdf-generate-glyphs): If font-name is a cons cell, pass its car
to ps-mule-generate-bitmap-glyph.
Eli Zaretskii [Sun, 17 Jan 1999 16:32:50 +0000 (16:32 +0000)]
(ps-mule-font-info-database-bdf): Add alternative
file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
now be a list of alternative names.
(ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
(ps-mule-prepare-font): Likewise.
Eli Zaretskii [Sun, 17 Jan 1999 16:26:40 +0000 (16:26 +0000)]
(cp855-decode-table, cp850-decode-table): Fill some nil entries.
Richard M. Stallman [Sat, 16 Jan 1999 21:45:10 +0000 (21:45 +0000)]
(main): Eliminate arbitrary limit on length of system_name.
(xmalloc): Define unconditionally.
Richard M. Stallman [Sat, 16 Jan 1999 21:44:56 +0000 (21:44 +0000)]
(main): Eliminate arbitrary limit on
Dave Love [Sat, 16 Jan 1999 18:27:16 +0000 (18:27 +0000)]
More address changes.
Dave Love [Sat, 16 Jan 1999 12:02:22 +0000 (12:02 +0000)]
(temp-buffer-setup-hook, temp-buffer-show-hook): Revert last change.
Dave Love [Fri, 15 Jan 1999 20:47:31 +0000 (20:47 +0000)]
Fix some notwork addresses.
Dave Love [Fri, 15 Jan 1999 17:29:03 +0000 (17:29 +0000)]
(help-make-xrefs): Avoid infloop in keymap substitutions
and change regexp for command names.
(help-xref-go-back, function-called-at-point, symbol-file)
(where-is): Doc fixes.
(help-xref-go-back): Remove interactive spec.
(describe-function-1): Fix message for alias. Buttomize alias
name.
Dave Love [Fri, 15 Jan 1999 16:57:27 +0000 (16:57 +0000)]
(join-line): New alias.
Richard M. Stallman [Fri, 15 Jan 1999 16:19:53 +0000 (16:19 +0000)]
(forms--show-record): Convert integers to string
expicitly since concat will no longer accept integers.
(forms-print): Use local `total-nb-records' since
`forms--total-records' will be inaccessible after buffer switching.
Richard M. Stallman [Fri, 15 Jan 1999 14:47:50 +0000 (14:47 +0000)]
(make-flyspell-overlay): fix front stickiness.
Richard M. Stallman [Fri, 15 Jan 1999 03:21:44 +0000 (03:21 +0000)]
(easy-menu-get-map): Fix bugs in prev change.
Dave Love [Thu, 14 Jan 1999 20:28:50 +0000 (20:28 +0000)]
Merge previous edits.
Dave Love [Thu, 14 Jan 1999 20:25:55 +0000 (20:25 +0000)]
Currently-posted version.
Eli Zaretskii [Thu, 14 Jan 1999 11:34:18 +0000 (11:34 +0000)]
(cp850-decode-table): Fix previous change.
Eli Zaretskii [Thu, 14 Jan 1999 11:30:55 +0000 (11:30 +0000)]
(install): Use update instead of sed to install fns.el.
Eli Zaretskii [Thu, 14 Jan 1999 11:25:35 +0000 (11:25 +0000)]
Explain that intlfonts are used by ps-print as well.
Add instructions for Leim and intlfonts to the MSDOG section.
Simon Marshall [Thu, 14 Jan 1999 10:31:31 +0000 (10:31 +0000)]
* shell.el (shell-dirtrack-verbose): New custom variable.
(shell-dirstack-message): Use it.
Karl Heuer [Thu, 14 Jan 1999 06:41:28 +0000 (06:41 +0000)]
Match HP 9000/800 machine.
Kenichi Handa [Thu, 14 Jan 1999 01:20:35 +0000 (01:20 +0000)]
(quail-japanese-kanji-kkc): If the last char
to convert is `n', change it to Japanese Hiragana `n' before
conversion.
Kenichi Handa [Thu, 14 Jan 1999 01:20:35 +0000 (01:20 +0000)]
(describe-language-environment):
Don't alter input-method-alist.
Kenichi Handa [Thu, 14 Jan 1999 01:20:35 +0000 (01:20 +0000)]
(Fdecode_sjis_char): Decode Japanese Katakana character
correctly.
(Fencode_sjis_char): Encode Japanese Katakana character correctly.
Eli Zaretskii [Wed, 13 Jan 1999 14:30:34 +0000 (14:30 +0000)]
(cp850-decode-table): Replace nil
entries with codes of similary looking glyphs. (Suggested by
Jason Rumney <jasonr@altavista.net>.)
Dave Love [Wed, 13 Jan 1999 12:55:54 +0000 (12:55 +0000)]
(browse-url-netscape): Fix ineffective "-noraise".
Dave Love [Wed, 13 Jan 1999 12:42:28 +0000 (12:42 +0000)]
(find-function-on-key): Fix previous
change.
Karl Heuer [Tue, 12 Jan 1999 22:20:25 +0000 (22:20 +0000)]
(auto-save-hook): Defvar this.
Karl Heuer [Tue, 12 Jan 1999 22:12:01 +0000 (22:12 +0000)]
*** empty log message ***
Karl Heuer [Tue, 12 Jan 1999 21:58:08 +0000 (21:58 +0000)]
(relative_filename): Stop backward search at beginning
of string, since non-Unix systems can have absolute paths with no
initial slash.
Karl Heuer [Tue, 12 Jan 1999 21:50:44 +0000 (21:50 +0000)]
(sql-mode-ansi-font-lock-keywords): Quote font-lock
faces, eliminating the need to load font-lock before loading sql.
(sql-mode-oracle-font-lock-keywords): Likewise.
(sql-mode-postgres-font-lock-keywords): Likewise.
Dave Love [Mon, 11 Jan 1999 21:30:00 +0000 (21:30 +0000)]
Add inhibit-eol-conversion.
Dave Love [Mon, 11 Jan 1999 21:21:03 +0000 (21:21 +0000)]
(syms_of_coding): Doc fix for inhibit-eol-conversion.
Dave Love [Mon, 11 Jan 1999 21:01:12 +0000 (21:01 +0000)]
(temp-buffer-setup-hook, temp-buffer-show-hook): Swap
the values round.
Richard M. Stallman [Mon, 11 Jan 1999 18:09:31 +0000 (18:09 +0000)]
(find_handler_clause): If SIG is nil (memory full error),
never run the debugger, and don't bother checking the args
to see whether the debugger should be run.
Richard M. Stallman [Mon, 11 Jan 1999 17:37:34 +0000 (17:37 +0000)]
(compilation-shell-minor-mode): New function.
Richard M. Stallman [Mon, 11 Jan 1999 15:30:06 +0000 (15:30 +0000)]
(read_key_sequence): In key-translation-map and
function-key-map, handle symbol with array as fn def.
In function-key-map, handle symbol with keymap as fn def,
and autoloaded definitions.
Richard M. Stallman [Mon, 11 Jan 1999 15:27:08 +0000 (15:27 +0000)]
(BASE_PURESIZE): Increment to 500000.
Richard M. Stallman [Mon, 11 Jan 1999 15:26:36 +0000 (15:26 +0000)]
Initial revision
Richard M. Stallman [Mon, 11 Jan 1999 15:26:11 +0000 (15:26 +0000)]
(Qtemp_buffer_setup_hook): New variable.
(syms_of_print): Init and staticpro that.
(temp_output_buffer_setup): Run Qtemp_buffer_setup_hook.
Richard M. Stallman [Mon, 11 Jan 1999 15:25:41 +0000 (15:25 +0000)]
(help-mode-finish): Renamed from help-mode-maybe.
Don't switch to Help mode here.
(temp-buffer-setup-hook): Use help-mode-finish.
(help-mode-setup): New function.
(temp-buffer-setup-hook): Use help-mode-setup.
Eli Zaretskii [Mon, 11 Jan 1999 14:01:41 +0000 (14:01 +0000)]
(install): Install fns.el in ../bin, since Emacs
looks for it in exec-directory.
Richard M. Stallman [Mon, 11 Jan 1999 13:55:15 +0000 (13:55 +0000)]
(auto-mode-alist): Add sql-mode.
Richard M. Stallman [Mon, 11 Jan 1999 13:32:11 +0000 (13:32 +0000)]
(list-faces-display): Improve the formatting
by computing the maximum length required for any face-name.
Richard M. Stallman [Mon, 11 Jan 1999 12:59:36 +0000 (12:59 +0000)]
(term_send_home): Change the string to
be the same as the one emitted by xterm and consistent with the
ones emitted by prior and next.
(term_send_end): Likewise.
Dave Love [Mon, 11 Jan 1999 12:36:15 +0000 (12:36 +0000)]
Comment on `latest version'.
Kenichi Handa [Mon, 11 Jan 1999 11:42:52 +0000 (11:42 +0000)]
(MISC): Add ${srcdir}/quail/hebrew.el.
Kenichi Handa [Mon, 11 Jan 1999 11:42:52 +0000 (11:42 +0000)]
(del_range_1): Call signal_after_change.
(del_range_byte): Likewise.
(del_range_both): Likewise.
(del_range_2): Don't call signal_after_change.
Kenichi Handa [Mon, 11 Jan 1999 11:42:52 +0000 (11:42 +0000)]
(message_dolog): Use insert_1_both to avoid running any
Lisp code here.
Kenichi Handa [Mon, 11 Jan 1999 11:41:57 +0000 (11:41 +0000)]
Initial revision
Joel N. Weber II [Sun, 10 Jan 1999 22:51:31 +0000 (22:51 +0000)]
Doubled the at sign in the email address for Jason White.
Joel N. Weber II [Sun, 10 Jan 1999 22:51:10 +0000 (22:51 +0000)]
rms added a braille translation and formatting system; I'm checking in
his change for him.
Dave Love [Sun, 10 Jan 1999 18:21:58 +0000 (18:21 +0000)]
Commentary clarification.
Dave Love [Sun, 10 Jan 1999 18:19:56 +0000 (18:19 +0000)]
dontcompilefiles: generic-x.el
Dave Love [Sun, 10 Jan 1999 18:18:58 +0000 (18:18 +0000)]
(find-function-on-key): DTRT for mouse
bindings.
Eli Zaretskii [Sun, 10 Jan 1999 15:23:30 +0000 (15:23 +0000)]
(codepage-setup): Doc fix.
(cp-decoding-vector-for-codepage): Likewise.
Ben Elliston [Sun, 10 Jan 1999 14:21:04 +0000 (14:21 +0000)]
Merge with autoconf 2.13.
Ben Elliston [Sun, 10 Jan 1999 14:11:12 +0000 (14:11 +0000)]
Final merge from autoconf 2.13.
Markus Rost [Sun, 10 Jan 1999 06:17:49 +0000 (06:17 +0000)]
(custom-save-delete): First scan the custom-file. Thus exit with an
error in case the custom-file contains a non-closed open parenthesis.
Richard M. Stallman [Fri, 8 Jan 1999 13:45:06 +0000 (13:45 +0000)]
Define a "function name" for each translation that isn't ASCII. Use
these function names in iso-transl-char-map.
Richard M. Stallman [Fri, 8 Jan 1999 04:29:20 +0000 (04:29 +0000)]
(comment-region): Delete spaces only if we
deleted a comment starter.
Kenichi Handa [Fri, 8 Jan 1999 04:19:24 +0000 (04:19 +0000)]
(decompose-region): Do decomposition
on temporary unibyte buffer.
Kenichi Handa [Fri, 8 Jan 1999 04:19:24 +0000 (04:19 +0000)]
(make-char): Doc-string modified.
Dave Love [Thu, 7 Jan 1999 19:50:41 +0000 (19:50 +0000)]
(byte-compile-warnings): Doc fix.
Dave Love [Thu, 7 Jan 1999 19:45:32 +0000 (19:45 +0000)]
(edebug-eval-defun): Deal with defcustom
like eval-defun does.
Dave Love [Thu, 7 Jan 1999 19:40:25 +0000 (19:40 +0000)]
(dired-mode-map): Fix duplicate [menu-bar regexp mark].
Dave Love [Thu, 7 Jan 1999 19:37:16 +0000 (19:37 +0000)]
Re-write `(make-variable-buffer-local (defvar ...'
constructions. Doc fixes.
(generic-create-generic-function): Use defalias, not fset.
Dave Love [Thu, 7 Jan 1999 19:24:50 +0000 (19:24 +0000)]
More doc fixes.
Eli Zaretskii [Thu, 7 Jan 1999 12:38:37 +0000 (12:38 +0000)]
Initial revision
Eli Zaretskii [Thu, 7 Jan 1999 12:34:43 +0000 (12:34 +0000)]
(src): Build files in leim if leim/Makefile exists.
(clean): Add clean in leim.
Eli Zaretskii [Thu, 7 Jan 1999 12:27:19 +0000 (12:27 +0000)]
Support configuring with leim.
Richard M. Stallman [Wed, 6 Jan 1999 23:58:41 +0000 (23:58 +0000)]
(save-buffers-kill-emacs): Show the list of current
processes before prompting to kill them and exit.
Richard M. Stallman [Wed, 6 Jan 1999 23:55:31 +0000 (23:55 +0000)]
(Frequire): Don't fail to unbind bindings.
Richard M. Stallman [Wed, 6 Jan 1999 23:54:44 +0000 (23:54 +0000)]
(read_key_sequence): Tell get_keyelt to look handle autoloads.
Handle symbols defined as keymaps, and autoloaded keymaps.
Richard M. Stallman [Wed, 6 Jan 1999 22:46:20 +0000 (22:46 +0000)]
(search_buffer): Fix previous change.
Richard M. Stallman [Wed, 6 Jan 1999 20:03:53 +0000 (20:03 +0000)]
Doc fixes.
(find-function-regexp): Extend for define-generic-mode,
define-derived-mode, easy-mmode-define-minor-mode.
Dave Love [Wed, 6 Jan 1999 18:38:15 +0000 (18:38 +0000)]
(fortran-window-create): Account for scroll
bar width.
Simon Marshall [Wed, 6 Jan 1999 15:23:46 +0000 (15:23 +0000)]
Doc fix.
Dave Love [Wed, 6 Jan 1999 14:57:58 +0000 (14:57 +0000)]
1999-01-06 Dave Love <fx@gnu.org>
* browse-url.el: Require (noerror) w3-auto when compiling.
(browse-url-maybe-new-window): Make it a macro and revert last
change to callers.
(browse-url-w3): Require w3 for w3-fetch-other-window.
1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
* browse-url.el (browse-url-w3): Give w3-fetch-other-window the
argument.
Eli Zaretskii [Wed, 6 Jan 1999 10:37:07 +0000 (10:37 +0000)]
(cp-coding-system-for-codepage-1): Add the valid-codes property.
Eli Zaretskii [Wed, 6 Jan 1999 10:32:34 +0000 (10:32 +0000)]
(prefer-coding-system): Call set-coding-priority, so that the internal
array of priorities is also updated.
Eli Zaretskii [Wed, 6 Jan 1999 10:25:34 +0000 (10:25 +0000)]
(coding-system-change-eol-conversion,
coding-system-change-text-conversion): Define them here. Remove the
autoload cookies.